home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Haight-Ashbury in the Sixties
/
Haight-Ashbury in the Sixties (1996)(Rockument)(Disc 1 of 2)[Mac-PC].iso
/
mac
/
MAIN
/
TUNEIN
/
TURNON
/
TIME
/
TIMELINE.DIR
/
00010_Script_10
< prev
next >
Wrap
Text File
|
1995-05-17
|
1KB
|
55 lines
on enterframe
set the locH of sprite 8 to the mouseH
updatestage
if rollover(2) = true then
set the visibility of sprite 2 = true
else
set the visibility of sprite 2 = false
end if
if rollover(2) = true then
set the visibility of sprite 2 = true
else
set the visibility of sprite 2 = false
end if
if rollover(3) = true then
set the visibility of sprite 3 = true
else
set the visibility of sprite 3 = false
end if
if rollover(4) = true then
set the visibility of sprite 4 = true
else
set the visibility of sprite 4 = false
end if
if rollover(5) = true then
set the visibility of sprite 5 = true
else
set the visibility of sprite 5 = false
end if
if rollover(6) = true then
set the visibility of sprite 6 = true
else
set the visibility of sprite 6 = false
end if
if rollover(7) = true then
set the visibility of sprite 7 = true
else
set the visibility of sprite 7 = false
end if
if rollover(1) = true then
set the visibility of sprite 8 = true
else
set the visibility of sprite 8 = false
end if
end enterframe